/*头部*/
/*$$
{"color":[{"val":"#777777","title":"导航字颜色"},{"val":"#ff7011","title":"导航字选中颜色"},{"val":"#999999","title":"导航下拉字颜色"},{"val":"#000","title":"右侧菜单字颜色"},{"val":"#ffffff","title":"轮播字颜色"}],"background":[{"val":"#ffffff","title":"导航下拉颜色"},{"val":"#262626","title":"手机右侧菜单图标"}],"border":[{"val":"#ff7011","title":"导航选中下划线"},{"val":"#eaeaea","title":"导航下拉下划线"},{"val":"#ffffff","title":"轮播查看更多"}]}
$$*/

#header_144 {
	width: 1200px;
	margin: 0 auto;
}

#header_144 .headerLogo{
	float: left;
	width: auto;
	height: 100%;
	max-width: 25%;
	display: flex;
	align-items: center;
	height: 100px;
}
#header_144 .headerLogo img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 40%;
	object-fit: cover;
}
#header_144 .headerNav {
	width: 70%;
	float: right;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0;
}

#header_144 .headerNav li {
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	position: relative;
	margin-bottom: 2px;
	flex: 1;
}

#header_144 .headerNav li a{
	color: #777777;
	display: block;
	width: 100%;
	cursor: pointer;
}
#header_144 .headerNav li::before{
	position: absolute;
	left: 0;
	bottom:0;
	height: 1px;
	width: 0;
	background:#ff7011;
	content: '';
	transition: width .3s ease;
}
#header_144 .headerNav li:hover::before{
	width: 100%;
}

#header_144 .headerNav li:hover a {
	color: #ff7011;
}

#header_144 .headerNav li .headerList {
	display: none;
	position: absolute;
	top: 52px;
	width:150%;
	left: 75%;
	margin-left: -100%;
	padding: 0 13px;
	z-index: 999;
	background: #ffffff;
}

#header_144 .headerNav li .headerList a {
	display: block;
	font-size: 14px;
	line-height: 50px;
	text-align: center;
	border-bottom: #eaeaea 1px dashed;
	color: #999999;
	position: relative;
}

#header_144 .headerNav li .headerList a:last-child{
	border-bottom: none;
}
#header_144 .headerNav li .headerList a:hover {
	color: #ff7011;
}
#header_144 .headerNav li .headerList a:hover::before{
	width: 100%;
}
#header_144 .headerNav li:hover .headerList {
	display: block;
}

#header_144 .navBtn {
	display: none;
	width: 70px;
	height: 60px;
	float: right;
	cursor: pointer;
	position: relative;
	margin-right: 3%;
}

#header_144 .navBtn .span_0 {
	position: absolute;
	width: 30px;
	right: 0;
	background: #262626;
	height: 3px;
	top: 50%;
	-webkit-transition: all .25s ease;
	transition: all .25s ease;
}

#header_144.cur .navBtn .span_0 {
	background: #26334c;
}

#header_144 .navBtn.cur .span_0 {
	top: 46%;
}

#header_144 .navBtn.cur .span_0.span_1 {
	-webkit-transform: rotate(-45deg) translateY(-50%);
	transform: rotate(-45deg) translateY(-50%);
}

#header_144 .navBtn.cur .span_0.span_2 {
	opacity: 0;
}

#header_144 .navBtn.cur .span_0.span_3 {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

#header_144 .navBtn .span_0.span_1 {
	top: 35%;
}

#header_144 .navBtn .span_0.span_2 {
	top: 50%;
	width: 30px;
}

#header_144 .navBtn .span_0.span_3 {
	top: 65%;
}


/* 右侧菜单 */

#header_144 #menuClosed {
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 25px;
	color: #000;
	font-weight: bold;
}

#header_144 .menu {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(255, 255, 255, .96);
	z-index: 99999999999;
	overscroll-behavior: none;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: visibility 0s ease .4s, opacity .4s ease;
	transition: visibility 0s ease .4s, opacity .4s ease;
}

#header_144 .menu.cur {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: .05s;
	transition-delay: .05s;
}

#header_144 .menu-cnt {
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 60px 30px 30px 30px;
}

#header_144 .menu-cnt.cur {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

#header_144 .menu-item {
	border-bottom: 1px solid #dfe0e1;
	padding: 10px 20px;
	height: auto;
	display: block;
}

#header_144 .menu-list li .dropdown_menu {
	display: none;
}

#header_144 .menu-list li.active .dropdown_menu {
	display: block;
}

#header_144 .menu-list li .dropdown_menu a{
	display: block;
	height: 28px;
	color: #ff7011;
	line-height: 28px;
	font-size: 14px;
	padding-left: 20px;
	box-sizing: border-box;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}
#header_144 .menu-c-d{
	margin-bottom:30px;
	background: url(/static/images/HD000011_03.png) no-repeat;
	width: 170px;
	height: 26px;
	background-size: 100%;
	padding-left: 40px;
	color: #26334c;
	font-style:italic;
	display: block;
	line-height: 26px;
	font-weight: bold;
}

#header_144 .menu-list li .dropdown_menu a:last-child {
	border: none
}

#header_144 .menu-title {
	position: relative;
	font-size: 16px;
	color: #ff7011;
	font-weight: 500;
	cursor: pointer;
	font-weight: bold;
	display: block;
	line-height: 40px;
}

#header_144 .menu-item.up .menu-title {
	background: url(/static/images/HD00008_02.png) no-repeat right center;
	background-size: auto 10px;
}

#header_144 .menu-item.active .menu-title {
	color: #ff7011;
	background: url(/static/images/HD00008_03.png) no-repeat right center;
	background-size: auto 10px;
}

#header_144 .models-item {
	width: 100%;
	position: relative;
	text-align: center;
}

#header_144 .models-item a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

#header_144 .menu-list {
	height: 75%;
	overflow: auto;
	width: 100%;
}

#header_144 .menu-contact {
	position: absolute;
	bottom: 0;
	width: 100%;
}

#header_144 .menu-c-d {
	margin-bottom: 30px;
}

@media screen and (max-width:1200px) {
	#header_144 {
		width: 90%;
		margin: 0 auto;
	}
	/*#header_144 img{
		width: 20%;
	}*/
}


/* ipad */

@media screen and (max-width:992px) {
	#header_144 {
		width: 96%;
		margin: 0 2%;
	}
	/*#header_144 img{
		width: 20%;
	}*/
}


/* 手机 */

@media screen and (max-width: 767px) {
	#header_144 {
		width: 100%;
		padding: 0 5%;
		margin: 0 auto;
		position: fixed;
		top: 0;
		z-index: 9999;
		background: #ffffff;
	}
	/*#header_144 img {
		margin: 15px 0;
		width: 25%;
	}*/
	#header_144 .headerNav {
		display: none;
	}
	#header_144 .navBtn {
		display: block;
	}
	#header_144 .headerLogo{
		max-width: 55%;
	}
}


/*轮播*/

#banner_144 {
	width: 100%;
	position: relative;
	overflow: hidden;
}

#banner_144 .swiper {
	width: 100%;
}

#banner_144 .swiper-slide {
	width: 100%;
	position: relative;
}

#banner_144 .swiper-slide img {
	width: 100%;
	object-fit: cover;
}

#banner_144 .bannerChar {
	width: 50%;
	position: absolute;
	left: 50%;
	margin-left: -25%;
	top: 25%;
	padding-left: 8.3%;
}

#banner_144 .bannerA {
	text-transform: uppercase;
	font-size: 57px;
	line-height: 65px;
	font-weight: bold;
	color: #ffffff;
}

#banner_144 .bannerB {
	text-transform: uppercase;
	font-size: 58px;
	line-height: 65px;
	font-weight: bold;
	color: #ffffff;
}

#banner_144 .bannerC {
	text-transform: uppercase;
	font-size: 32px;
	line-height: 65px;
	color: #ffffff;
}

#banner_144 .bannerMore {
	width: 26.7%;
	border: #ffffff solid 1px;
	line-height: 45px;
	text-align: center;
	font-size: 18px;
	color: #ffffff;
	margin-top: 60px;
}

#banner_144 .banner-prev,
#banner_144 .banner-next {
	position: absolute;
	bottom: 5%;
	left: 50%;
	font-size: 53px;
	color: #ffffff;
	z-index: 99;
	cursor: pointer;
}

#banner_144 .banner-prev {
	margin-left: -5%;
}

#banner_144 .banner-next {
	margin-left: 0;
}
#banner_144 .silderImg{
	width: 100%;
	height: 100%;
}
#banner_144 .silderImg .project{
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#banner_144 #wapBana{
	display:none;
}
#banner_144 #pcBana{
	display:block;
}
@media screen and (max-width:1200px) {

}


/* ipad */

@media screen and (max-width:992px) {
	#banner_144 .bannerA{
		font-size: 25px;
		line-height: 30px;
	}
	#banner_144 .bannerB{
		font-size: 40px;
		line-height: 35px;
	}
	#banner_144 .bannerC{
		line-height: 35px;
	}
	#banner_144 .bannerMore{
		width: 28%;
		margin-top: 20px;
	}
	#header_144 .headerNav li{
		margin: 0 5px 2px 5px;
	}
}


/* 手机 */

@media screen and (max-width: 767px) {
	#banner_144 {
		padding-top: 55px;
	}
	#banner_144 .bannerChar{
		display: none;
	}
	#banner_144 .banner-prev{
		left: 0;
		margin-left: 5%;
		top: 50%;
		margin-top: -5.5px;
	}
	#banner_144 .banner-next{
		top: 50%;
		margin-top: -5.5px;
		left: 0;
		margin-left: 85%;
	}
	#header_144 .headerLogo{
		height: 60px;
	}
	#banner_144 #wapBana{
		display:block;
	}
	#banner_144 #pcBana{
		display:none;
	}
}

